IContextMenu2 (Interfaces)
Last changed: 65.54.188.148

.
Summary
TODO - a short description

C# Definition:

    public interface IContextMenu2 : IContextMenu {
        [PreserveSig] int HandleMenuMsg( uint uMsg, uint wParam, uint lParam );
    }

VB Definition:

<ComImport> _
<Guid("TODO")> _
'TODO: Insert <InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _ if this doesn't derive from IDispatch
Interface IContextMenu2
   TODO
End Interface

User-Defined Types:

None.

Notes:

None.

Documentation